Write Method
Summary
Writes one element to the stream.
Syntax
public:
bool Write(
T sample
)
Parameters
sample
Sample (element) to write.
Return Value
true if writing is successful; otherwise, false.
Requirements
Target Platforms
See Also
IAudioStream<T> Class
IAudioStream<T> Members
Leadtools.SpeechRecognition.Multimedia Namespace